* {
	margin: 0;
	padding: 0;
	border: 0;
}
ul {
	list-style: none;
}
li {
	text-decoration: none;
}
a {
	color: #333;
	text-decoration: none;
	
}
img {border: none;}
a:hover {
	cursor: pointer;
	text-decoration: none;
	color: #79acf2;
}
address, cite, dfn, em, i, var { font-style: normal; } /* 将斜体扶正 */
select,input,button,button img,label{vertical-align:middle}/* 垂直居中 */
a{text-decoration:none;} /*重置链接下划线*/

body {
	font-family: "微软雅黑","宋体";
	font-size: 18px;
}
input,select,textarea{outline: none;}
textarea {resize:none;}/*文本框禁止拖动*/
